home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / EDIT_UTL / DBRICH / DBRICH.TXT < prev    next >
Text File  |  1996-03-31  |  755b  |  22 lines

  1. TDBRichEdit v 1.0
  2.  
  3. TDBRichEdit is a freeware component.  Supprisingly enough it's a data aware RichEdit control.  use it in much the same way as a TDBMemo or RichEdit.
  4.  
  5. There is one minor bug which I haven't been able to fix yet,  Setting Paragraph, Def or Font properties programatically doesn't automatically put the table in edit mode, you will have to do that manually.
  6.  
  7. eg
  8. Table1.Edit;
  9. RichEdit1.Paragraph.Numbering := TNumberingStyle(BulletsButton.Down);
  10.  
  11. rather than 
  12. RichEdit1.Paragraph.Numbering := TNumberingStyle(BulletsButton.Down);
  13.  
  14. The same applies to DefAttributes and SelAttributes.
  15.  
  16. As mentioned this component is freeware so do what you want wit it.
  17.  
  18. Sean Cross
  19. sean@crm.co.nz
  20. c/o 11 Albert St
  21. Waipukurau
  22. New Zealand